html,body{height:100%;margin:0;padding:0;box-sizing:border-box}body{font-family:'Manrope',sans-serif;background-color:#030309;color:#F0F2F5;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;overflow:hidden;text-align:center;padding:1rem;background-image:radial-gradient(ellipse at bottom,#0a0b1f 0,#030309 100%)}main{max-width:650px;z-index:10}.logo{width:120px;height:auto;margin-bottom:2rem}h1{font-size:clamp(2.25rem,5vw,3.5rem);font-weight:700;margin:0 0 1rem;line-height:1.2;color:#fff}.sub{font-size:clamp(1rem,2.5vw,1.25rem);font-weight:400;margin:0 0 2.5rem;opacity:.9;line-height:1.6;max-width:600px}.cta{display:inline-block;background-color:#00FFA3;color:#030309;font-weight:700;text-decoration:none;padding:1rem 2.5rem;border-radius:50px;transition:transform .2s ease,box-shadow .2s ease;font-size:1.1rem}.cta:hover,.cta:focus{transform:scale(1.05);box-shadow:0 0 20px #00ffa380;outline:2px solid #00FFA3;outline-offset:3px}#cookie-banner{position:fixed;bottom:0;left:0;right:0;background-color:#F0F2F5;padding:1rem;display:flex;justify-content:center;align-items:center;gap:1rem;transform:translateY(100%);transition:transform .3s ease;z-index:100;flex-wrap:wrap}#cookie-banner.show{transform:translateY(0)}#cookie-banner p{margin:0;font-size:.875rem;color:#030309;opacity:.9}#cookie-accept{background-color:#00FFA3;color:#030309;border:none;padding:.5rem 1rem;border-radius:30px;font-weight:700;cursor:pointer;flex-shrink:0}#cookie-accept:hover{opacity:.9}